Documentation and stylistic fixups
authorMatthias Clasen <mclasen@redhat.com>
Sun, 1 Nov 2009 21:12:43 +0000 (16:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 1 Nov 2009 21:12:43 +0000 (16:12 -0500)
gtk/gtktooltip.c
gtk/gtktooltip.h

index 1b628776f0ea5e15d9adb7c293b97d94d56bcdf8..8ccd363e013419920f270e5d1e989588349df4e8 100644 (file)
@@ -333,13 +333,14 @@ gtk_tooltip_set_icon_from_icon_name (GtkTooltip  *tooltip,
 }
 
 /**
- * gtk_tooltip_set_from_gicon:
+ * gtk_tooltip_set_icon_from_gicon:
  * @tooltip: a #GtkTooltip
  * @gicon: a #GIcon representing the icon, or %NULL
  * @size: a stock icon size
- * Sets the icon of the tooltip (which is in front of the text) to be
- * the icon indicated by @gicon with the size indicated
- * by @size.  If @icon_name is %NULL, the image will be hidden.
+ *
+ * Sets the icon of the tooltip (which is in front of the text)
+ * to be the icon indicated by @gicon with the size indicated
+ * by @size. If @gicon is %NULL, the image will be hidden.
  *
  * Since: 2.20
  */
index 5271376798cae06557947fcc15039b8ae082de2f..cc16cb0454ee4510bf539ddac238c6ee8d14b9ae 100644 (file)
@@ -48,9 +48,9 @@ void gtk_tooltip_set_icon_from_stock     (GtkTooltip         *tooltip,
 void gtk_tooltip_set_icon_from_icon_name (GtkTooltip         *tooltip,
                                          const gchar        *icon_name,
                                          GtkIconSize         size);
-void gtk_tooltip_set_icon_from_gicon     (GtkTooltip  *tooltip,
-                                         GIcon       *gicon,
-                                         GtkIconSize  size);
+void gtk_tooltip_set_icon_from_gicon     (GtkTooltip         *tooltip,
+                                         GIcon              *gicon,
+                                         GtkIconSize         size);
 void gtk_tooltip_set_custom             (GtkTooltip         *tooltip,
                                           GtkWidget          *custom_widget);